PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class / setMainHeader Method
A header object to be displayed on document's pages.
In This Topic
    setMainHeader Method
    In This Topic
    Sets the document main header.
    The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value.
    Syntax
    public void setMainHeader( 
       PDFFlowDocumentHeader value
    )

    Parameters

    value
    A header object to be displayed on document's pages.
    See Also